home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
clesson
/
c.dir
/
00004_Script_4
< prev
next >
Wrap
Text File
|
1995-04-05
|
2KB
|
67 lines
on exitFrame
puppetSprite 6,TRUE
puppetSprite 7,TRUE
puppetSprite 8,TRUE
puppetSprite 9,TRUE
puppetSprite 10,TRUE
puppetSprite 11,TRUE
puppetSprite 13,TRUE
puppetSprite 14,TRUE
puppetSprite 15,TRUE
puppetSprite 16,TRUE
puppetSprite 17,TRUE
puppetSprite 18,TRUE
set the immediate of sprite 6 to TRUE
set the immediate of sprite 7 to TRUE
set the immediate of sprite 8 to TRUE
set the immediate of sprite 9 to TRUE
set the immediate of sprite 10 to TRUE
set the immediate of sprite 11 to TRUE
set the immediate of sprite 13 to TRUE
set the immediate of sprite 14 to TRUE
set the immediate of sprite 15 to TRUE
set the immediate of sprite 16 to TRUE
set the immediate of sprite 17 to TRUE
set the immediate of sprite 18 to TRUE
if rollover(6) = TRUE then
set the castNum of sprite 13 to the number of cast "c1.pcx"
else
set the castNum of sprite 13 to the number of cast "blank1.pcx"
end if
if rollover(7) = TRUE then
set the castNum of sprite 14 to the number of cast "c2.pcx"
else
set the castNum of sprite 14 to the number of cast "blank2.pcx"
end if
if rollover(8) = TRUE then
set the castNum of sprite 15 to the number of cast "c3.pcx"
else
set the castNum of sprite 15 to the number of cast "blank3.pcx"
end if
if rollover(9) = TRUE then
set the castNum of sprite 16 to the number of cast "b2.pcx"
else
set the castNum of sprite 16 to the number of cast "blank4.pcx"
end if
if rollover(10) = TRUE then
set the castNum of sprite 17 to the number of cast "aa5.pcx"
else
set the castNum of sprite 17 to the number of cast "blank5.pcx"
end if
if rollover(11) = TRUE then
set the castNum of sprite 18 to the number of cast "aa6.pcx"
else
set the castNum of sprite 18 to the number of cast "blank6.pcx"
end if
go to the frame
end